home *** CD-ROM | disk | FTP | other *** search
- ;------------------------------------------------------------------------------
- ; .ss.
- ; `²²'
- ; .,sS$Ss,,s$ .,sS$$$Ss. .,sS$Ss,,s$ .ss. .sSs.
- ; .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
- ; $$$' .$$$' $$$²Sçsµ²' .$$$' .$$$'.$$$' .$$$' `$$b.
- ; $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$' ;$$$
- ; `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
- ; .sS²°$$$²²°"' d²°'
- ; .$$² .$$'
- ; $$$.,d$$'
- ; `²S$$S²'
- ;------------------------------------------------------------------------------
- ; P.P.L.X. 2.OO (C)1996 - Lone Runner / AEGiS CoRP'96
- ;------------------------------------------------------------------------------
- ; PPE 3.2O (Encryption type I) - Analysis ON - Postprocessing ON
- ;------------------------------------------------------------------------------
-
- Integer INTEGER001
- Integer INTEGER002
- Integer INTEGER003
- Integer INTEGER004
- String STRING001
- BigStr TBIGSTR001(23)
-
- ;------------------------------------------------------------------------------
-
- INTEGER002 = GetX()
- INTEGER003 = GetY()
- For INTEGER004 = 1 To 22
- TBIGSTR001(INTEGER004) = ScrText(1, INTEGER004, 80, 1)
- Next
- TBIGSTR001(23) = ScrText(1, 23, 79, 1)
- InputStr "@X0BS@X03end @X0BW@X03hich @X0BF@X03ile@X0B: _", STRING001, 7, 60, Mask_Ascii(), 0
- If (STRING001 <> "") Then
- If (Exist(STRING001)) Then
- PrintLn "@X09@CLS@T@X01oxic @X09K@X01rystal @X09S@X01end @X09V1@X01.@X090"
- PrintLn "@X03hit @X0D(@X05ctrl-x@X0D) @X03a trillion times to abort.@X07"
- Shell 0, INTEGER001, "\PCB\ZMSEND.EXE", " " + STRING001
- For INTEGER004 = 1 To 23
- AnsiPos 1, INTEGER004
- Print TBIGSTR001(INTEGER004)
- Next
- Endif
- Endif
- AnsiPos INTEGER002, INTEGER003
-
- ;------------------------------------------------------------------------------
- ;
- ; Usage report (before postprocessing)
- ;
- ; ■ Statements used :
- ;
- ; 6 Goto
- ; 8 Let
- ; 1 Print
- ; 2 PrintLn
- ; 4 If
- ; 1 InputStr
- ; 1 Shell
- ; 2 AnsiPos
- ;
- ;
- ; ■ Functions used :
- ;
- ; 3 +
- ; 1 <>
- ; 2 <
- ; 2 <=
- ; 4 >=
- ; 4 !
- ; 4 &&
- ; 2 ||
- ; 1 Mask_Ascii()
- ; 1 Exist()
- ; 1 GetX()
- ; 1 GetY()
- ; 2 ScrText()
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Analysis flags : S
- ;
- ; S - Shell to DOS ■ 5
- ; This may be normal if the PPE need to execute an external command,
- ; but may be actually anything... nasty (formating HD, rebooting,...)
- ; or usefull (sorting, maintenance,...). Check!
- ; ■ Search for : SHELL
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Postprocessing report
- ;
- ; 2 For/Next
- ; 0 While/EndWhile
- ; 2 If/Then or If/Then/Else
- ; 0 Select Case
- ;
- ;------------------------------------------------------------------------------
- ; AEGiS Corp - Break the routines, code against the machines!
- ;------------------------------------------------------------------------------
-